3.0.0 • Published 3 years ago

comrade-components-react v3.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

COMRADE-COMPONENTS-REACT

What is?

React components library. Extension of comrade-styles. Somewhat influenced by Bootstarp 4, somewhat by Material UI. This is a WIP project of mine, please ignore.

Why is?

Mainly it's fun to have your own custom tailored CSS and over-complicated React components at your disposal. Eventually, to save time "bootstrapping" new projects UI.

Installation

yarn add comrade-components

Advised:

yarn add styled-system @styled-system/theme-get

Usage

TODO...

Development

  1. Pull and yarn
  2. Make sure local development comrade-styles is linked (yarn link comrade-styles)
  3. Do stuff

If working on development / feature branch:

  1. Commit & push
  2. To deploy to Vercel development environment (aka "preview"), run vercel

If publishing:

  1. Commit
  2. Update version (npm version major|minor|patch)
  3. Push with tags (git push --tags origin master)

    • Vercel will deploy to production and development environments automatically
  4. Publish (npm publish)

3.0.0

3 years ago

1.2.4

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago