@keyholeco/keychain
v0.2.3
Published
Keyhole's react component library and design system.
Downloads
136
Readme
Keychain
Keyhole's react component library and design system.
Quick Start Guide
Installation
npm i -S @keyholeco/keychain
Basic 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);
}