spork-css is built from the ground up and takes inspiration from other incredible frameworks like bulma.io
etc. This is a work in progress and not a fully fledged framework. The name of this project is based on a repo name randomy generated by Github called "Glowing Spork".
Install spork-css into your project using the npm install command.
npm i spork-css
Pull in the library into your scss file and start developing.
// Import the library
@import '~/spork-css';
See the documentation for usage and how to customize. https://ae-app-labs.github.io/spork-css/
The library is published to npm-js
at spork-css
A Sample implementation is provided in the /test folder for reference on how to use and customize.
Preview Here
ISC License
Copyright 2024 AeAppLabs
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.