1.0.0-beta.8 • Published 8 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

11 months ago

1.0.0-pre-alpha.59

10 months ago

1.0.0-pre-alpha.58

10 months ago

1.0.0-pre-alpha.57

10 months ago

1.0.0-pre-alpha.56

10 months ago

1.0.0-pre-alpha.55

10 months ago

1.0.0-pre-alpha.54

10 months ago

1.0.0-pre-alpha.53

10 months ago

1.0.0-pre-alpha.52

10 months ago

1.0.0-pre-alpha.51

11 months ago

1.0.0-pre-alpha.50

11 months ago

1.0.0-pre-alpha.60

9 months ago

1.0.0-beta.2

8 months ago

1.0.0-beta.3

8 months ago

1.0.0-beta.4

8 months ago

1.0.0-beta.5

8 months ago

1.0.0-beta.0

9 months ago

1.0.0-beta.1

9 months ago

1.0.0-beta.6

8 months ago

1.0.0-beta.7

8 months ago

1.0.0-beta.8

8 months ago

1.0.0-pre-alpha.48

12 months ago

1.0.0-pre-alpha.47

12 months ago

1.0.0-pre-alpha.46

12 months ago