Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wagerfield/xrc

React component library written in TypeScript and styled with emotion and onno
https://github.com/wagerfield/xrc

components emotion onno react

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# `xrc`

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

## Usage

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

const root = document.getElementById("root")

ReactDOM.render(Hello XRC, root)
```

[typescript]: https://www.typescriptlang.org
[emotion]: https://emotion.sh
[onno]: https://onnojs.com