1.2.1 • Published 3 years ago

ceramic-components v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Ceramic Components

A reusable React component library.

Try out the components right now at the Ceramic Components StoryBook.

Or you can view the source at the Ceramic Homepage.

Usage

Using Ceramic couldn't be simpler. Just add ceramic-components as a dependency to your project:

yarn add ceramic-components

Or if you prefer NPM

npm install ceramic-components

Then wherever you would like to use a Ceramic component, for example:

import { Join } from "ceramic-components";

Since Ceramic was built in TypeScript, type declaration files are included. Thanks to this Ceramic works seamlessly in either JavaScript or TypeScript projects.

Development

Just install the project dependencies:

yarn install

Then to run the StoryBook locally:

yarn storybook:local

A StoryBook should appear, displaying all the current stories. This script supports hot module reloading, so feel free to change a component and see its stories update right away.

Linting

Linting is provided by ESLint and a handful of plugins. Additionally we recommend using Prettier.

You can run the linter with:

yarn lint

Testing

Testing is provided by Jest and React Testing Library

You can run the tests with:

yarn test

Or if you also want test coverage analysis:

yarn test:coverage
1.2.0

3 years ago

1.2.1

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago