salmon-ui-kit
v1.0.2
Published
ui-kit
Downloads
6
Maintainers
Readme
Salmon UI-Kit
Installation
UI Kit requires Node.js v16+
Getting started
You have the following options to install UI Kit:
npm i salmon-ui-kit
yarn add salmon-ui-kit
pnpm add salmon-ui-kit
Usage
import { SalmonButton } from "salmon-ui-kit";
export const Wrapper = () => (
<SalmonButton>Hello</SalmonButton>
);
Versioning
UI Kit is maintained by using the Semantic Versioning Specification (SemVer).
Browser Support
| | | | | | |-------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|----------------------------------------------------------------------------------|-------------------------------------------------------------------------------------| | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
License
MIT