Skip to content

JoniRinta-Kahila/commonComponents

Repository files navigation

logo

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.

Features

INPUTS

  • Button
  • Checkbox
  • Radio buttons
  • Sosical media buttons
  • Text field
  • Text area

DISPLAY

  • Card
  • Collapsible
  • Localization
  • Modal with prompt feature
  • Navbar
  • Tooltip

CONTEXT

  • Modal with prompt feature

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


Buy Me A Coffee