0.0.1-alpha.1 • Published 5 years ago

dacom v0.0.1-alpha.1

Weekly downloads
9
License
Apache-2
Repository
github
Last release
5 years ago

dacom

DA components

NPM JavaScript Style Guide

Docs & Examples:

https://devniel.github.io/dacom/

Local install

  1. Clone the project
  2. Go to the project directory
  3. Link it to NPM
npm link
  1. Go to your app directory
  2. Link Dacom using NPM
npm link dacom

Coming soon

npm install --save dacom

Usage

import React, { Component } from 'react'

import {Input} from 'dacom'

class Post extends Component {
  render () {
    return (
      <Input />
    )
  }
}

Created with https://github.com/transitive-bullshit/create-react-library