@anephenix/ui v0.1.8
UI
A design system for Next.js applications, using Sass as the CSS preprocessor.
Installation
npm i @anephenix/ui --saveDependencies
- Node.js (22+)
- React (Version 18+)
- Sass (V 5.0+)
Setup
In order to use Anephenix's React UI within your Next.js applications, you will need to adjust your Webpack configuration in order to load the react components.
Make sure that the next.config.js file for your Next.js app has this code:
const applyWebpackConfig = (test = /\.jsx/) => {
return (config, options) => {
config.module.rules.push({
test,
use: [options.defaultLoaders.babel],
});
return config;
};
};
module.exports = {
webpack: applyWebpackConfig(),
};The applyWebpackConfig function ensures that you can load the React components from the node_modules folder.
Usage
To be fleshed out. See the site for details.
tests
npm tLicense and credits
©2025 Anephenix OÜ. UI is licenced under the MIT Licence.
10 months ago
5 months ago
9 months ago
10 months ago
10 months ago
9 months ago
10 months ago
2 years ago
3 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago