1.8.0 • Published 1 year ago

@rintsin/common-components v1.8.0

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

Common-Components-React

I have created a library of components that I use frequently. These components are freely available to you. I will update this from time to time if I deem it necessary. It is also allowed to make a pull request if you believe that something needs to be added or corrected. Here you can find documentation about the library's components.

Installation

yarn add @rintsin/common-components
# or
npm install @rintsin/common-components --save

example usage

import react from 'react';
import { Navbar } from '@rintsin/common-components';

const App: React.FC = () => {
  return (
    <Navbar />  
  )
}

More information in the documentation

1.8.0

1 year ago

1.7.1

2 years ago

1.6.2

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.8.0-beta.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago