Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xcorejs/ui
🍏 Think Component!
https://github.com/xcorejs/ui
design-system react reactjs styled-components styled-system ui ui-library uikit xcore xcore-ui
Last synced: about 5 hours ago
JSON representation
🍏 Think Component!
- Host: GitHub
- URL: https://github.com/xcorejs/ui
- Owner: xcorejs
- License: mit
- Created: 2019-11-27T14:02:17.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-06-12T01:28:14.000Z (over 3 years ago)
- Last Synced: 2024-12-17T12:48:39.877Z (about 1 month ago)
- Topics: design-system, react, reactjs, styled-components, styled-system, ui, ui-library, uikit, xcore, xcore-ui
- Language: TypeScript
- Homepage:
- Size: 2.66 MB
- Stars: 15
- Watchers: 7
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Xcore UI
=======Flexible, themeable React component library for applications with advanced UI design requirements which is suitable for creating tailored design systems.
🌪 Unlimited customization and theming
📱 Fully responsive props and breakpoint aliases support
🔌️ Superpowered by [Styled system](https://styled-system.com/) and its paradigm
💅️ Based on [styled components](https://styled-components.com)
⚡️ Inspired by [Chakra UI](https://chakra-ui.com) + [Theme UI](https://theme-ui.com/)## Future development
Xcore UI development is currently closed and will continue in a bug-fix mode only.
Next generation component library which will take place of Xcore UI is Anolis UI, currently in development.See [Anolis UI on GitHub](https://github.com/anolis-ui/anolis-ui)
## Documentation
Not yet.
We published simple layout components and are working very hard to release prototypes of more complex components.
See our [roadmap](https://github.com/xcorejs/ui/wiki/Roadmap) and stay tuned.## Install
Use `yarn` or `npm` and install `@xcorejs/ui` and `styled-components` to your React project:`
$ yarn add @xcorejs/ui styled-components
`