0.6.1 • Published 6 days ago

ebombo-ui v0.6.1

Weekly downloads
-
License
-
Repository
github
Last release
6 days ago

ebombo-ui

NPM Version

React UI library packaged for NPM for ebombo, offering a collection of components designed for rapid development of user interfaces. It requires Node.js v16.

Installation

To install ebombo-ui in a Next.js project, run the following command:

npm i ebombo-ui

Then, in your project's entry file (e.g., _app.js for Next.js projects), import the stylesheet:

import "ebombo-ui/dist/ebombo.css";

Components

ebombo-ui includes a wide range of components to help you build your application:

  • Button
  • Input
  • Switch
  • Tab
  • Select
  • DatePicker
  • Check
  • Alert
  • Anchor
  • Collapsible
  • Dropdown
  • ModalConfirm
  • Paths
  • Table
  • QuillRichTextEditor
  • Notify

Development Setup

Testing Locally

To test Ebombo UI locally, follow these steps:

  1. npm run build:css ui
  2. npm run build ui
  3. npm run build:copy ui
  4. npm pack ui
  5. copy "full path + ebombo-ui-0.0.6.tgz" ui
  6. npm i "full path + ebombo-ui-0.0.6.tgz" --force events
  7. example. npm i /Users/peruhop/Projects/bombo/ebombo-ui/ebombo-ui-0.0.16.tgz --force

Generating Releases

This guide outlines the steps required to propose and merge changes within our project. Please follow these instructions carefully to ensure a smooth and efficient development process.

1. Creating a Changeset

Before proposing changes, you'll need to create a changeset that records the modifications you intend to introduce:

  • Step: On your feature branch, execute the command npx changeset.
npx changeset
  • Action: Follow the on-screen prompts to describe the changes you're making. This information is crucial for versioning and release notes.

2. Submitting a Pull Request (PR) to the red Branch

Once your changeset is prepared, the next step involves integrating your changes into the main codebase:

  • Step: Commit the changeset generated in the previous step to the .changeset directory. Ensure this commit also includes your code modifications.
  • Action: Create a PR targeting the red branch. This PR should contain both your changes and the changeset file(s).

3. Documentation Updates

Maintaining accurate documentation is essential for project usability and maintenance:

  • Requirement: If your changes affect any components or hooks, update the README.md file accordingly. Document new features or modifications under the Components or Hooks sections.

4. Merging the PR into the red Branch

After your PR has been reviewed and approved, it's time to merge it:

  • Step: Once your PR is reviewed and approved, merge it into the red branch. Ensure you follow any project-specific merge strategies or requirements.

5. Automatic Versioning and Publishing

Finalizing the change process involves automated versioning and publishing to NPM:

  • Process: Once your PR with the changeset is merged, a new PR titled chore: version package will be automatically created. Merging this PR will trigger a GitHub Action that handles the publishing of the updated package to NPM.

Additional Notes

  • Ensure that your feature branch is up to date with the red branch before creating a PR.
  • Review the project's contribution guidelines for more information on code style, commit messages, and review processes.
0.6.1

6 days ago

0.5.14

12 days ago

0.5.13

15 days ago

0.5.12

17 days ago

0.5.11

26 days ago

0.5.10

29 days ago

0.5.9

30 days ago

0.5.8

1 month ago

0.5.7

1 month ago

0.5.5

1 month ago

0.5.4

1 month ago

0.5.3

1 month ago

0.5.2

2 months ago

0.5.0

2 months ago

0.5.1

2 months ago

0.4.2

2 months ago

0.3.0

2 months ago

0.2.4

2 months ago

0.2.3

2 months ago

0.2.1

3 months ago

0.2.0

3 months ago

0.2.2

3 months ago

0.1.3

3 months ago

0.1.1

3 months ago

1.0.0

3 months ago

0.1.0

3 months ago

0.0.25

3 months ago

0.0.24

3 months ago

0.0.22

3 months ago

0.0.21

3 months ago

0.0.19

3 months ago

0.0.10

3 months ago

0.0.11

3 months ago

0.0.12

3 months ago

0.0.13

3 months ago

0.0.14

3 months ago

0.0.15

3 months ago

0.0.9

3 months ago

0.0.16

3 months ago

0.0.8

3 months ago

0.0.5

4 months ago

0.0.7

4 months ago

0.0.6

4 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago