0.0.47 • Published 3 months ago

@stellar-service-brands/r1-components v0.0.47

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

R1 UI Components

This repo provides UI components for the R1 web ecosystem.

React + TypeScript + Vite + Tailwind + Storybook

All the UI components should be small and reusable.
See ./lib/components/ for examples.

The ./src/App.tsx can be used as a demo area for the components, but the React app is NOT published.
This project uses the Vite Library configuration to rollup a UI lib for consumption in other web applications.

Quick start

Install the library

npm install --save @stellar-service-brands/r1-components

Import a component and use it -

import { CareerLeadForm } from '@stellar-service-brands/r1-components';

export const Page = () => {
    return (
        <CareerLeadForm />
    )
};

Development

To develop the components, install the dependencies and run the Storybook for realtime dev iteration.

npm install
npm run storybook

To add styles, use the Tailwind class names.
If you must use custom styles, use CSS modules in the component's folder.

0.0.46

3 months ago

0.0.47

3 months ago

0.0.40

8 months ago

0.0.41

8 months ago

0.0.42

6 months ago

0.0.43

6 months ago

0.0.44

5 months ago

0.0.45

5 months ago

0.0.39

9 months ago

0.0.38

9 months ago

0.0.37

9 months ago

0.0.30

10 months ago

0.0.31

10 months ago

0.0.32

10 months ago

0.0.33

10 months ago

0.0.34

10 months ago

0.0.35

9 months ago

0.0.36

9 months ago

0.0.26

10 months ago

0.0.27

10 months ago

0.0.28

10 months ago

0.0.29

10 months ago

0.0.25

10 months ago

0.0.24

10 months ago

0.0.23

10 months ago

0.0.22

11 months ago

0.0.21

11 months ago

0.0.20

11 months ago

0.0.19

11 months ago

0.0.18

11 months ago

0.0.17

11 months ago

0.0.16

11 months ago

0.0.15

11 months ago

0.0.14

11 months ago

0.0.13

11 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago