2.0.23 • Published 10 months ago

prospace-ui v2.0.23

Weekly downloads
2
License
MIT
Repository
-
Last release
10 months ago

Prospace UI

Usage

  • run npm install prospace-ui
  • add the prospace css in the root of the application
    import 'prospace-ui/dist/styles/resets.css'; // Optional, it's using tailwind-css resets
    import 'prospace-ui/dist/styles/index.css';
    import 'prospace-ui/dist/styles/toastify.css'; // Import this when you use toast components
  • use the components

    import { Button } from 'prospace-ui';
    
    const App = () => {
      return (
        <>
          <Button>Button Content</Button>
        </>
      );
    };

Archived V1 components

  • add the prospace css and resets css (if needed) in the root of the application
    import 'prospace-ui/dist/archive/styles/resets.css';
    import 'prospace-ui/dist/archive/styles/index.css';
  • use the v1 components

    import { PrimaryButton } from 'prospace-ui/dist/archive';
    
    const App = () => {
      return (
        <>
          <PrimaryButton>Button Content</PrimaryButton>
        </>
      );
    };

BEWARE!!!

V1 components CSS resets is conflicted with the new V2 stylings. So can only choose to use one version, OR resolve the style conflict manually.

2.0.22

10 months ago

2.0.23

10 months ago

2.0.21

10 months ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.7

12 months ago

2.0.6

12 months ago

2.0.9

12 months ago

2.0.8

12 months ago

2.0.15

12 months ago

2.0.16

12 months ago

2.0.13

12 months ago

2.0.14

12 months ago

2.0.11

12 months ago

2.0.12

12 months ago

2.0.10

12 months ago

2.0.19

11 months ago

2.0.17

11 months ago

2.0.18

11 months ago

2.0.20

11 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.10.0

1 year ago

1.9.6

2 years ago

1.9.5

2 years ago

1.9.4

2 years ago

1.9.3

2 years ago

1.9.2

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.11-alpha

5 years ago

0.1.10-alpha

5 years ago

0.1.9-alpha

5 years ago

0.1.8-alpha

5 years ago

0.1.7-alpha

5 years ago

0.1.6-alpha

5 years ago

0.1.5-alpha

6 years ago

0.1.4-alpha

6 years ago

0.1.3-alpha

6 years ago

0.1.2-alpha

6 years ago

0.1.1-alpha

6 years ago

0.1.0-alpha

6 years ago