ncore-web
TypeScript icon, indicating that this package has built-in type declarations

1.0.5-pre-alpha.13 • Public • Published


NİBGAT® | NCore Web Component Library

Documentation

Please visit for docs: NCore Web

Dependencies

If you install with yarn these packages will already be installed.

  • react-jss

Base Library

  • The library is exporting sample base components to be used in react project you can test it like this :
    • NPM: npm install ncore-web --save
    • YARN: yarn add ncore-web
import {
    NCoreProvider,
    useNCoreTheme,
    Button
} from 'ncore-web';

const Home = () => {
    const {
        activeTheme
    } = useNCoreTheme();

    return <div>
        Welcome to Home Page. Your theme is: {activeTheme}
    </div>;
};

const App = () => {
    return <NCoreProvider>
        <div className="App">
            <Button title="hi" />
        </div>
    </NCoreProvider>;
}

Discord

NİBGAT® | Community

Package Sidebar

Install

npm i ncore-web

Weekly Downloads

4

Version

1.0.5-pre-alpha.13

License

MIT

Unpacked Size

4.92 MB

Total Files

1030

Last publish

Collaborators

  • nibgat