dacom

0.0.1-alpha.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i dacom

Weekly Downloads

3

Version

0.0.1-alpha.1

License

Apache-2

Unpacked Size

11.5 MB

Total Files

7

Last publish

Collaborators

  • devniel