React component for images
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" />
);
Igor Suvorov 💻 🎨 🤔 |
This project is licensed under the MIT License - see the LICENSE file for details
- 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