optimus-ui
v0.0.6
Published
<div align="center"> <div><span>🤖</span></div> <h1 align="center">Optimus</h1> <p>This is the UI library for Tripplo's Optimus design system. <a href="https://github.com/Tripplo-Software/optimus" title="Tripplo Optimus"> </a> <p>
Readme
Documentation 📝
To read up on how to use the components head over to Storybook.
Getting started ⛑️
$ yarn add optimus-uiOr use NPM if you prefer:
$ npm i optimus-uiUsage 🍩
import './styles.css'
//import the components from the package
import { Button, Typography } from 'optimus-ui'
//make sure to include the stylesheet in the root of your app
import 'optimus-ui/dist/optimus-ui.css'
export default function App() {
return (
<div className="App">
<Typography variant="HeadingThree">Hello CodeSandbox</Typography>
<h2>Start editing to see some magic happen!</h2>
<Button variant="BlueDarkButton" size="small">
Button
</Button>
</div>
)
}CodeSandbox Templates 💵
How to contribute
TBA
License
MIT © Tripplo Software
