https://github.com/devniel/dacom
DA components.
https://github.com/devniel/dacom
Last synced: 5 months ago
JSON representation
DA components.
- Host: GitHub
- URL: https://github.com/devniel/dacom
- Owner: devniel
- License: apache-2.0
- Created: 2019-01-31T04:39:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T04:15:00.000Z (about 7 years ago)
- Last Synced: 2025-10-21T17:41:42.820Z (6 months ago)
- Language: JavaScript
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dacom
> DA components
[](https://www.npmjs.com/package/dacom) [](https://standardjs.com)
Docs & Examples:
https://devniel.github.io/dacom/
## Local install
1. Clone the project
2. Go to the project directory
3. Link it to NPM
```bash
npm link
```
4. Go to your app directory
5. Link Dacom using NPM
```bash
npm link dacom
```
## Coming soon
```bash
npm install --save dacom
```
## Usage
```jsx
import React, { Component } from 'react'
import {Input} from 'dacom'
class Post extends Component {
render () {
return (
)
}
}
```
Created with https://github.com/transitive-bullshit/create-react-library