1.0.29 • Published 6 months ago

rebuilding-ca-gatsby-components v1.0.29

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Rebuilding CA Gatsby Components

This library, rebuilding-ca-gatsby-components, is a collection of React components specifically extracted from gatsby site. It includes a variety of components enhanced with functionalities from libraries such as Ant Design, D3, FontAwesome, and more.

Installation

To install the library, run the following command in your project directory:

npm install rebuilding-ca-gatsby-components

Or if you are using Yarn:

yarn add rebuilding-ca-gatsby-components

Usage

To use a component from this library, first import it into your file:

import { ComponentName } from 'rebuilding-ca-gatsby-components';

Then, you can use it in your React component:

function MyComponent() {
  return <ComponentName />;
}

Replace ComponentName with the actual name of the component you wish to use.

Components

List the available components here with brief descriptions for each. For example:

  • ComponentOne: Description of ComponentOne.
  • ComponentTwo: Description of ComponentTwo.
  • ...

Contributing

Contributions to rebuilding-ca-gatsby-components are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b my-new-feature.
  3. Make your changes.
  4. Commit your changes: git commit -am 'Add some feature'.
  5. Push to the branch: git push origin my-new-feature.
  6. Submit a pull request.

Development

This library uses Rollup for bundling. To start development, run:

npm run rollup:watch
1.0.29

6 months ago

1.0.19

12 months ago

1.0.22

12 months ago

1.0.21

12 months ago

1.0.20

12 months ago

1.0.26

10 months ago

1.0.25

10 months ago

1.0.24

10 months ago

1.0.23

11 months ago

1.0.28

10 months ago

1.0.27

10 months ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

2 years ago

1.0.9

2 years ago

1.0.10

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago