0.2.0 • Published 1 year ago

sgtmilk-global-components v0.2.0

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Global Components repository

I often had to re-use base components in my projects. Here is a collection of base components to import in your projects.

Storybook

To see instances of these components and documentation, you can go to https://golbal-components-docs.web.app On the top-(almost)right of the screen you will see a Docs button. Press on it. You will now see the component and it's documentation. You can even see the code used to show this component by clicking the Show code button on the bottom left of the component's display box.

Base Display Components

These components will display a type. For the Delegate component, it can be passed any type from the other base display components. Here is a list of all the Base display components:

  • ArrayInstance
  • BooleanInstance
  • DateInstance
  • NumberInstance
  • ObjectInstance (JSON-type object)
  • StringInstance
  • Delegate

Base Input Component

These components will create an input for the dictated type. The Form component will generate a form from inputted data. Here is a list of all the Base Input components:

  • BooleanInstance
  • DateInstance
  • EmailInstance
  • NumberInstance
  • PasswordInstance
  • SelectInstance
  • StringInstance
  • FormInstance

Other Components

Here is a list of other components that are included in this library:

  • Button
  • Spacer

Copyright

Copyright (c) 2021 Alix Routhier-Lalonde. Licence included in root of package.

0.2.0

1 year ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago