@keyholeco/keychain
v0.2.6
Published
Keyhole's react component library and design system.
Readme
Keychain
Keyhole's react component library and design system.
Quick Start Guide
Installation
npm i -S @keyholeco/keychainBasic usage
Keychain can be used inside of React components:
import { Button } from '@keyholeco/keychain'
...
<Button href="/pricing" color="green" style={{ fontWeight: 700 }} caps>
Pick a Plan
</Button>
...Or just reference the colours directly as needed:
.someComponent {
background-color: var(--color-dark-blue);
}