Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eveningkid/react-pur
React UI component library (using styled-components)
https://github.com/eveningkid/react-pur
css javascript kit pur react react-components styled-components ui
Last synced: 26 days ago
JSON representation
React UI component library (using styled-components)
- Host: GitHub
- URL: https://github.com/eveningkid/react-pur
- Owner: eveningkid
- License: gpl-3.0
- Created: 2017-08-23T08:15:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T08:06:59.000Z (about 7 years ago)
- Last Synced: 2024-10-18T09:53:20.722Z (29 days ago)
- Topics: css, javascript, kit, pur, react, react-components, styled-components, ui
- Language: JavaScript
- Homepage: https://eveningkid.github.io/pur/
- Size: 104 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pur
React UI component library (using [styled-components](https://www.styled-components.com)).## Get Started
- `npm install react-pur` or `yarn add react-pur` (**there is no 'e', be careful**)
- Wrap your application with `Provider`:
```jsx
import React from 'react';
import { Heading, Provider } from 'react-pur';class Application extends React.Component {
render() {
return (
Hello Pur
);
}
}
```
- [Learn about Pur components](doc/components.md)Feel free to give any suggestions here or [@eveningkid](https://twitter.com/eveningkid)!