Sjór framework is a simple framework built with Next.js and Tailwind CSS, designed for fast creation of landing pages.
npm install @cothema/sjor-framework
or
yarn add @cothema/sjor-framework
Ensure your tailwind.config.js
includes the Sjór framework components:
module.exports = {
content: ["./src/**/*.{js,ts,jsx,tsx}", "./node_modules/@cothema/sjor-framework/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};
This project is licensed under Apache 2.0 License. See the LICENSE file for details.
We welcome feature requests and pull requests! 🎉
- Fork the repository
- Create a new branch (
git checkout -b feature/feature-name
) - Commit your changes (
git commit -m "feat: Created X component"
) - Push the branch (
git push origin feature/feature-name
) - Create a pull request
📧 info@cothema.com 🌐 cothema.com
🔗 GitHub Repository
📦 NPM Package: @cothema/sjor-framework