1.0.2 • Published 8 months ago

salmon-ui-kit v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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

FirefoxSafariChromeEdgeOpera
Latest ✔Latest ✔Latest ✔Latest ✔Latest ✔

License

MIT