kata-kit v0.6.11
kata-kit
UI Kit for React from Kata.ai
Install
npm install --save kata-kitUsage
import React, { Component } from 'react'
import { Banner } from 'kata-kit'
class Example extends Component {
render () {
return (
<Banner state="success" message="Hallo" />
<Banner state="info" message="Hallo" />
)
}
}Development
First, you need to run npm link on this root folder.
npm link # this will create global symlink on your machineSecond, you'll run rollup to watch your src/ module and automatically recompile it into dist/ whenever you make changes.
npm start # runs rollup with watch flagThird, go to your desired project and then run npm link kata-kit
cd /path/to/your/project
npm link kata-kit # kata-kit package will be placed in your project's node_modulesPublish
This package is using semver versioning. To publish an update, you need to install this publishing package to make your life easier. Please read the documentation thoroughly.
License
MIT © kata-ai
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago