Skip to content

An open-source library that provides a collection of reusable and customizable components for building modern web applications using React. This project is still in development.

Notifications You must be signed in to change notification settings

modaslam/obviant-react-library

Repository files navigation

obviant-react-library

Library is still in progress with more components on the way.

NPM JavaScript Style Guide

Install

npm install --save obviant-react-library

Usage

import React, { Component } from 'react'

import MyComponent from 'obviant-react-library'
import 'obviant-react-library/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

Doc

Use command npm run doc to generate JSDoc for the components inside root directory in docs folder

License

MIT © modaslam

About

An open-source library that provides a collection of reusable and customizable components for building modern web applications using React. This project is still in development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published