medway-ds-tailwind
v0.0.14
Published
Medway Design System com Tailwind
Downloads
7
Maintainers
Keywords
Readme
Installation
Getting Started?
npm i @medway-residencia/medway-ds-tailwind
Using a component
Here is a simple example of a basic app using Medway-ds Button component
import { Button } from "@medway-residencia/medway-ds-tailwind";
function App() {
return (
<div className="App">
<Button variant={'secondary'} size={'sm'} >
Hello World!
</Button>
</div>
);
}
export default App;
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.