isinolacak-web-cl v1.0.0-beta.8
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
- NPM:
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>;
}
7 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
7 months ago
7 months ago
6 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
4 months ago
4 months ago
4 months ago
8 months ago
8 months ago
8 months ago
9 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year ago
11 months ago
1 year ago
11 months ago
1 year ago
11 months ago
1 year ago
11 months ago
11 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago