Skip to content

Ubie UI is a library for distributing components defined in Ubie's design system, Ubie Vitals. It is designed to be implemented in React-based projects.

License

Notifications You must be signed in to change notification settings

ubie-oss/ubie-ui

Folders and files

NameName
Last commit message
Last commit date
Sep 20, 2024
Jun 21, 2024
Sep 20, 2024
Mar 26, 2024
Oct 5, 2023
Mar 18, 2025
Oct 5, 2023
May 31, 2024
Oct 5, 2023
Jul 5, 2024
Mar 26, 2024
Apr 18, 2024
Mar 28, 2024
May 17, 2024
Sep 15, 2023
Sep 15, 2023
Mar 31, 2025
Apr 1, 2025
Oct 5, 2023
Sep 15, 2023
Sep 15, 2023
May 20, 2024
May 20, 2024
Apr 1, 2025
May 20, 2024
May 20, 2024
May 20, 2024

Repository files navigation

Ubie UI (In development)

Ubie UI is a library for distributing components defined in Ubie's design system, Ubie Vitals. It is designed to be implemented in React-based projects.

Components

A list of components can be found on the documentation site. https://vitals.ubie.life/components

Installation

npm install @ubie/ubie-ui

You need to install React and React-DOM as peerDependencies.

npm install react react-dom

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from '@ubie/ubie-ui';

function App() {
  return <Button>Ubie Vitals</Button>;
}

ReactDOM.render(<App />, document.querySelector('#app'));

Development

Creating a new component

You can start creating a new component with the following command:

npm run generate

This command will also update the src/index.ts file (it's called a "Barrel") at the same time.

Example

To add a new component named Button:

? Please select the output destination directory. src
? Please enter a component name. Button

🐶 Generated 3 files!

     ✔ src/components/Button/Button.tsx
     ✔ src/components/Button/Button.module.css
     ✔ src/stories/Button.stories.tsx

> @ubie-inc/ofro-elements@0.0.1 generate:barrel
> node ./scripts/barrel.mjs

     ✔ src/index.ts has been updated

License

Ubie UI is licensed under the Apache Apache License, Version2.0.

About

Ubie UI is a library for distributing components defined in Ubie's design system, Ubie Vitals. It is designed to be implemented in React-based projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages