@lskjs/image
v2.8.0
Published
LSK ux subrepo: image
Downloads
415
Maintainers
Keywords
Readme
LSK.js – Image
React component for images
Installation and usage
The easiest way to use is to install it from npm and build it into your app with Webpack.
npm install @lskjs/image
Then use it in your app:
import Image from '@lskjs/image';
const App = (
<Image src="primary" />
);
Contributors ✨
License
This project is licensed under the MIT License - see the LICENSE file for details
Contributing
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b features/fooBar
) - Commit your changes (
git commit -am 'feat(image): Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request