next-dev-component
TypeScript icon, indicating that this package has built-in type declarations

1.0.42 • Public • Published

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

🔗 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

Package Sidebar

Install

npm i next-dev-component

Weekly Downloads

2

Version

1.0.42

License

ISC

Unpacked Size

446 kB

Total Files

194

Last publish

Collaborators

  • rimsila
  • sila.npm