@multi_innovations_healthcare/myui
v0.1.22
Published
MyUI is a library of components for building healthcare applications.
Downloads
128
Maintainers
Readme
MyUI (@multi_innovations_healthcare/myui)
React component library for building healthcare applications.
| Resource | Link | | --- | --- | | Documentation | myui.mih.co.th | | Source code | github.com/multi-innovations-healthcare/myui |
Install
npm install @multi_innovations_healthcare/myuiPeer dependencies: react and react-dom (see package.json).
Usage
import { Button } from "@multi_innovations_healthcare/myui";
export default function App() {
return (
<Button variant="solid" color="primary">
Solid Primary
</Button>
);
}Styles ship inside the JS bundle: you do not need a separate import ".../style.css" or a project tailwind.config.js for MyUI components to look correct. After upgrading, reinstall the package and restart the dev server.
For full API details and examples, see the documentation site.
