Skip to content
/ xrc Public

React component library written in TypeScript and styled with emotion and onno

License

Notifications You must be signed in to change notification settings

wagerfield/xrc

Repository files navigation

xrc

React component library written in TypeScript and styled with emotion and onno.

Usage

import * as React from "react"
import * as ReactDOM from "react-dom"
import { Button } from "xrc"

const root = document.getElementById("root")

ReactDOM.render(<Button>Hello XRC</Button>, root)

About

React component library written in TypeScript and styled with emotion and onno

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published