Skip to content

rimsila/next-dev-component

Repository files navigation

Deprecated

  • Right now I have move to use mono package with modern technology see in next-dev repo

Next-Dev-Component

A React UI library custom styles and extend from Ant Design.

This library is under development and propose for use in internal team only. But if you think it have benefit for you we can use it. thanks you

For who want make a react library you see here: - [Library Starter](https://github.com/rimsila/next-dev-component/tree/typescript-react-storybook-sass-library-starter)

🔗 Links And Demo

✨ Features

  • 🌈 Enterprise-class UI designed for web applications.
  • 🛡 Written in TypeScript with predictable static types.
  • 🎨 Powerful theme customization in every detail.

📦 Install and build as your own library and publish to NPM

yarn add next-dev-component

Or

npm i --save next-dev-component

🔨 Usage

import { NextButton13 } from 'next-dev-component';
or
import  NextButton13  from 'next-dev-component/lib/components/NextButton13'; //code splitting for optimize bundle size

const App = () => (
  <>
    <NextButton13 label="Button" />
  </>
);

TypeScript

Next Component is written in TypeScript with complete definitions, check Use in TypeScript to getting started.

❤️ Sponsors with love by:

Next Dev Team

About

next-dev reusable component (deprecated) - Right now I have move to use mono package with modern technology see in next-dev repo)

Resources

Stars

Watchers

Forks

Releases

No releases published