@itemku/itemku-arcade
v1.59.1
Published
itemku design system
Downloads
931
Keywords
Readme
Design and implement React apps. itemku-arcade is a simple and customizable component library to build UX React applications..
Installation
itemku arcade is available as an npm package.
Usage
Here is a quick example to get you started, it's all you need:
import React from 'react';
import ReactDOM from 'react-dom';
import Button from '@itemku/itemku-arcade/Button';
function App() {
return (
<Button variant="contained" color="primary">
Hello World
</Button>
);
}
ReactDOM.render(<App />, document.querySelector('#app'));
Yes, it's really all you need to get started as you can see in this live and interactive demo:
Documentation
Check out our documentation website.
Changelog
If you have recently updated, please read the changelog for details of what has changed.
Roadmap
The future plans and high priority features and enhancements can be found in the roadmap file.
License
This project is licensed under the terms of the MIT license.