strato-ui
v0.0.1
Published
Strato UI - UI Components for your React Applications
Readme
Strato UI
UI Components for your React Applications
Getting Started
npm install strato-uiimport { Button } from "strato-ui";
function App() {
return (
<div>
<Button color="primary" size="md" variant="filled">
Get Started
</Button>
</div>
);
}
export default App;
Contributing
We love our contributors! Here's how you can contribute:
- Open an issue if you believe you've encountered a bug.
- Make a pull request to add new features/make quality-of-life improvements/fix bugs.
License
Inspired by Plausible, Strato UI is open-source under the MIT License. You can find it here.
