Skip to content

isinolacakdevteam/isinolacak-web-cl

Repository files navigation


Olacak Bilgi Teknolojileri | IOCore Web - Component Library

Documentation

Please visit for docs: IOCore 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 isinolacak-web --save
    • YARN: yarn add isinolacak-web
import {
    IOCoreProvider,
    useIOCoreTheme,
    Button
} from 'isinolacak-web';

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

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

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

About

Olacak Bilgi Teknolojileri | İşin Olacak - Web CL

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •