New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kata-kit

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kata-kit

UI Kit for React from Kata.ai

  • 0.2.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-80%
Maintainers
1
Weekly downloads
 
Created
Source

kata-kit

UI Kit for React from Kata.ai

NPM Build Status codecov

Install

npm install --save kata-kit

Usage

first import css file in your entry files

import 'kata-kit/dist/style.css';

then you can use kata-kit component from other files

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 machine

Second, 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 flag

Third, 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_modules

Publish

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

FAQs

Package last updated on 28 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc