@kaliber/components
v1.0.3
Published
Kaliber Components
Maintainers
Keywords
Readme
Library title
Short description.
Motivation
Optionally add a bit of text describing why this library exists.
Installation
yarn add @kaliber/library
Usage
Short example. If your library has multiple ways to use it, show the most used one and refer to /example
for further examples.
import { hello } from 'library'
function Component() {
return <div>{hello()}</div>
}
Reference
Optionally add a reference, if your library needs it.
Disclaimer
This library is intended for internal use, we provide no support, use at your own risk. It does not import React, but expects it to be provided, which @kaliber/build can handle for you.
This library is not transpiled.