Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sedona-blocks

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sedona-blocks

Набор типовых блоков для верстки сайта.

  • 3.7.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Блоки

Набор типовых блоков для верстки сайта.

Гайдлайн по созданию.

Типы

Системные

Основа без которой не обойтись.

Шаблонные

Самостоятельные блоки. Не могут вкладываться в другие.

Содержательные

Могут использоваться как самостоятельные блоки, так и вкладываться в другие, но не сами в себя.

Инлайновые

Не могут использоваться как самостоятельные блоки, обязательно должны вкладываться в шаблонный или содержательный типы.

Установка

npm i sedona-blocks

Подключение

В файле gulpfile.js:

main: [
  'node_modules/sedona-blocks/scene/scene.less',
  'node_modules/sedona-blocks/wysiwyg/wysiwyg.less',
  'node_modules/sedona-blocks/footer/footer.less',
  'node_modules/sedona-blocks/header/header.less',
  'node_modules/sedona-blocks/grid/grid.less',
  'node_modules/sedona-blocks/slider/slider.less',
  'node_modules/sedona-blocks/card/card.less',
  'node_modules/sedona-blocks/social/social.less',
  'node_modules/sedona-blocks/table/table.less',
  'src/less/main.less'
]
…
app: [
  'src/js/app.js',
  'node_modules/sedona-blocks/header/header.js',
  'node_modules/sedona-blocks/slider/slider.js',
  'node_modules/sedona-blocks/table/table.js'
]
…

Настройка

Некоторые блоки имеют свой набор переменных. Их можно переопределить, добавив в конец файла variables.less:

@footer-font-size: @font-size-smaller;
@footer-line-height: @line-height-smaller;
@footer-color: @dark-secondary;
…

FAQs

Package last updated on 09 May 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc