0.0.9 • Published 7 months ago

@mark33mark/react-component-library v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

npm version

Project Name

@mark33mark/react-component-library

A private component library I will be working on over time to add components I develop and like enough to place in this library.

Table of contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installation

npm i @mark33mark/react-component-library

Components in library

1. Button

Inside your component, import Button as follows:

import { Button } from '@mark33mark/react-component-library'

Options

AttributeTypeDefault value
primarybooltrue
labelstringButton
backgroundColorstring'#1ea7fd'
fontFamilystring'Nunito'
sizestring'medium'

Example:

import { Button } from '@mark33mark/react-component-library';

    <Button
        primary={true}
        size='large'
        backgroundColor='#1ea7fd'
        fontFamily="'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif"
        label='Button Text'
    />

2. SignUp

Inside your component, import the SignUp form as follows:

import { SignUp } from '@mark33mark/react-component-library'

Options

No options available at this stage, will be adding some soon.

Example:

import { SignUp } from '@mark33mark/react-component-library';

    < SignUp />

Contributing

This work is not open for contributions as it is a private library that I will keep evolving over time... I hope 😜.

Credits

Articles:

Built With

  • React
  • Storybook to build components before adding to this library

Versioning

Using NPM for versioning.

Authors

License

NPM © mark33mark

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago