1.0.0-beta.8 • Published 9 months ago

isinolacak-web-cl v1.0.0-beta.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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>;
}
1.0.0-pre-alpha.49

12 months ago

1.0.0-pre-alpha.59

11 months ago

1.0.0-pre-alpha.58

11 months ago

1.0.0-pre-alpha.57

11 months ago

1.0.0-pre-alpha.56

11 months ago

1.0.0-pre-alpha.55

11 months ago

1.0.0-pre-alpha.54

11 months ago

1.0.0-pre-alpha.53

11 months ago

1.0.0-pre-alpha.52

11 months ago

1.0.0-pre-alpha.51

12 months ago

1.0.0-pre-alpha.50

12 months ago

1.0.0-pre-alpha.60

10 months ago

1.0.0-beta.2

9 months ago

1.0.0-beta.3

9 months ago

1.0.0-beta.4

9 months ago

1.0.0-beta.5

9 months ago

1.0.0-beta.0

10 months ago

1.0.0-beta.1

10 months ago

1.0.0-beta.6

9 months ago

1.0.0-beta.7

9 months ago

1.0.0-beta.8

9 months ago