nl-ui
TypeScript icon, indicating that this package has built-in type declarations

0.3.5 • Public • Published

NL-UI / Notlimey UI

Is a library for ui and functional components for react and or typescript

Getting started

npm i --save nl-ui

Example

import './App.css';
import { DefaultHelmet } from 'nl-ui'

function App() {
  return (
    <div className="App">
      <DefaultHelmet Title="Hey" SubTitle="cool" />
    </div>
  );
}

export default App;
  • Title?: string;
  • SubTitle?: string;
  • Description?: string;
  • MetaImage?: string;
  • ThemeColor?: string;
  • FavIcon?: string;
  • AppleFavIcon?: string;
  • TitleDivider?: string;
  • children?: React.ReactNode;

Package Sidebar

Install

npm i nl-ui

Weekly Downloads

5

Version

0.3.5

License

ISC

Unpacked Size

530 kB

Total Files

26

Last publish

Collaborators

  • limey