Socket
Socket
Sign inDemoInstall

holygrail2

Package Overview
Dependencies
162
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    holygrail2

A minimal, responsive, style-agnostic CSS framework.


Version published
Weekly downloads
193
increased by26.97%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Holygrail

Una libreria agnostica y libreria de componentes html y scss.

✨ Features

  • 🌈 Enterprise-class UI designed for web applications.
  • 📦 A set of high-quality React components out of the box.
  • 🛡 Written in TypeScript with predictable static types.
  • ⚙️ Whole package of design resources and development tools.
  • 🌍 Internationalization support for dozens of languages.
  • 🎨 Powerful theme customization in every detail.

🖥 Environment Support

  • Modern browsers
  • Server-side Rendering
  • Electron
Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Electron
Electron
Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

📦 Install

npm install holygrail2
yarn add holygrail2

🔨 Usage

🌍 Internationalization

Dozens of languages are supported in holygrail2

⌨️ Development

Use Gitpod, a free online dev environment for GitHub for create your website.

Open in Gitpod

Or clone locally: https://www.jsdelivr.com/package/npm/holygrail2

Feel free to raise an issue or submit a pull request.

Or clone locally:

$ gh repo clone holygrail2/holysite
$ cd holysite
$ npm install
$ npm run docs
$ npm run build
$ npm run start   Abrimos la aplicacion

  "docs": "sass scss/docs.scss doc/docs.css --style expanded && sass scss/docs.scss doc/docs.min.css --style compressed",
  "build": "sass scss/style.scss dist/style.css --style expanded && sass scss/style.scss dist/style.min.css --style compressed",
  "build-sass": "sass --style expanded --source-map true scss/style.scss dist/style.css  &&  sass --output-style expanded --source-map true scss/docs.scss doc/docs.css",
  "start": "open guide/index.html",
  "lint": "stylelint 'scss/**/*.?(s)css'",
  "lint2": "stylelint 'scss/*.?(s)css'",
  "lint:fix": "stylelint --fix 'scss/**/*.?(s)css'",
  "format": "npm run prettier -- --write",
  "prettier": "prettier 'scss/**/*.+(css|scss)'"

Actualizar todos los packs a la ultima versión

npm outdated

npm install -g npm-check-updates

ncu -u

🤝 Contributing PRs Welcome

Developed with ❤️ from Barcelona to the world

"version": "1.0.53",

Keywords

FAQs

Last updated on 02 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc