Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wagerfield/xrc
- Owner: wagerfield
- License: mit
- Created: 2019-04-03T18:17:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T04:50:56.000Z (about 2 years ago)
- Last Synced: 2024-10-13T11:35:33.995Z (3 months ago)
- Topics: components, emotion, onno, react
- Language: TypeScript
- Homepage: https://xrc.netlify.com
- Size: 5.19 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: readme.md
- License: license
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