@cothema/sjor-framework
v0.3.14
Published
Simple framework built with Next.js and Tailwind CSS, designed for fast creation of landing pages.
Readme
🧩 Sjór framework by Cothema
Sjór framework is a simple framework built with Next.js and Tailwind CSS, designed for fast creation of landing pages.
🚀 Installation
npm install @cothema/sjor-frameworkor
yarn add @cothema/sjor-framework⚙️ Before Usage
Configure Tailwind
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: [],
};📜 License
This project is licensed under Apache 2.0 License. See the LICENSE file for details.
💡 Contributing
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
💬 Contact Us
📧 [email protected] 🌐 cothema.com
🔗 GitHub Repository
📦 NPM Package: @cothema/sjor-framework
