atlas-components
TypeScript icon, indicating that this package has built-in type declarations

0.4.7 • Public • Published

Atlas Components

Public components for React

npm

CodeFactor CircleCI

Installation

yarn add atlas-components

Basic Usage

import { AtlasButton } from "atlas-components";

In render:

public render() {
    return <AtlasButton label="Test Button" />
}

Contributing

  1. Create a new component folder in src/components
  2. Follow the format of AtlasButton (index.ts, full sass file, and no default exporting) and add your component to AtlasC
  3. Create a file called exactly what your exported component is called in src/componentDemos
  4. It should automatically be picked up and added to the docs
  5. Submit and PR!

Package Sidebar

Install

npm i atlas-components

Weekly Downloads

22

Version

0.4.7

License

MIT

Unpacked Size

11.4 kB

Total Files

19

Last publish

Collaborators

  • katerpillar