# design-blocks **Repository Path**: hu_chaochao/design-blocks ## Basic Information - **Project Name**: design-blocks - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-30 - **Last Updated**: 2025-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [Froala Design Blocks](https://www.froala.com/design-blocks)   [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Get%20over%20170%20free%20design%20blocks%20based%20on%20Bootstrap%204&url=https://www.froala.com/design-blocks&via=froala&hashtags=bootstrap,design,templates,blocks,developers)  [![Slack](https://froala-design-blocks-slack.herokuapp.com/badge.svg)](https://froala-design-blocks-slack.herokuapp.com/) [![Price](https://img.shields.io/badge/price-FREE-0098f7.svg)](https://github.com/froala/design-blocks/blob/master/LICENSE) [![npm](https://img.shields.io/npm/v/froala-design-blocks.svg?colorB=brightgreen)](https://www.npmjs.com/package/froala-design-blocks) [![CDNJS](https://img.shields.io/cdnjs/v/froala-design-blocks.svg)](https://cdnjs.com/libraries/froala-design-blocks) [![GitHub package version](https://img.shields.io/github/package-json/v/froala/design-blocks.svg)](https://github.com/froala/design-blocks) [![License: FOWDL v1.0](https://img.shields.io/badge/license-FOWDL-blue.svg)](https://github.com/froala/design-blocks/blob/master/LICENSE) Over 170 responsive design blocks ready to be used in your web or mobile apps. All blocks are based on the Bootstrap Library, and they are the building blocks for beautiful websites. **Discuss it on [Product Hunt](https://www.producthunt.com/posts/froala-design-blocks-2-2) πŸ¦„**

Design Blocks Builder Β»

WYSIWYG HTML Editor Β· Pages Β· Blog Β· Download

![Design Blocks](https://raw.githubusercontent.com/froala/design-blocks/master/design-blocks.jpg) ## Table of contents - [Quick start](#quick-start) - [Implementations](#implementations) - [What's included?](#whats-included) - [Dependencies](#dependencies) - [Categories](#categories) - [Browser support](#browser-support) - [Community](#community) - [Bugs and feature requests](#bugs-and-feature-requests) - [Contributing guidelines](#contributing-guidelines) - [Contributors](#contributors) - [Copyright and license](#copyright-and-license) ## Quick start 1. **Download Froala Design Blocks.** There are several ways to start using the Froala Design Blocks depending on how you prefer: - [Use the builder](https://froala.com/pages/demo/) - [Download the latest release](https://github.com/froala/design-blocks/blob/master/froala-design-blocks.zip?raw=true) and then read the [What's included](#whats-included) section below. - Clone the repo and run it. ```bash git clone https://github.com/froala/design-blocks.git cd design-blocks npm install npm run start ``` 2. **Design Blocks Skeleton.** You can use the following code layout as a starting point. ```html Froala Design Blocks - Skeleton ``` 3. **Add design blocks.** Once you have the Froala Design Blocks basic HTML structure in place, start browsing the design blocks that you want to use and copy/paste the HTML for them. ## Implementations [](https://github.com/froala/design-blocks) [](https://github.com/froala/angular-froala-design-blocks) [](https://github.com/froala/react-froala-design-blocks) [](https://github.com/froala/vue-froala-design-blocks) [](https://github.com/froala/design-blocks/blob/dev/assets/psds/psd-pages.zip?raw=true) [](https://github.com/froala/design-blocks/blob/dev/assets/sketch/froala-design-blocks.sketch?raw=true) ## What's included Within the download archive you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this: ``` design-blocks/ β”œβ”€β”€ dist/ β”‚ β”œβ”€β”€ css/ β”‚ β”‚ β”œβ”€β”€ froala_blocks.css β”‚ β”‚ └── froala_blocks.min.css β”‚ └── imgs/ β”‚ │── call_to_action.html β”‚ │── contacts.html β”‚ │── contents.html β”‚ │── features.html β”‚ │── footers.html β”‚ │── forms.html β”‚ │── headers.html β”‚ │── index.html β”‚ │── pricings.html β”‚ │── teams.html β”‚ └── testimonials.html β”œβ”€β”€ assets/ β”œβ”€β”€ screenshots/ └── src/ ``` We provide compiled CSS (`froala_blocks.css`), as well as compiled and minified CSS (`froala_blocks.min.css`). Also, in the downloaded archive you will find useful images and PSD files that you can use to create new backgrounds. In the `screenshots` folder, there are the screenshots of all design blocks. ## Dependencies - **Bootstrap**. Froala Design Blocks is built on Bootstrap 4 library and fully supports it. It uses the Javascript files only for the header design blocks, so if you don't need them, we recommend not to include the Bootstrap JS files in order to reduce your bundle size. - **Font Awesome**. We're using the amazing Font Awesome library for the social network icons. - **Google Fonts**. By default, the Design Blocks toolkit is built using the Roboto font, however that can easily be changed to other fonts. ## Categories - Call to action - https://github.com/froala/design-blocks/blob/master/dist/call-to-action.html - Contacts - https://github.com/froala/design-blocks/blob/master/dist/contacts.html - Contents - https://github.com/froala/design-blocks/blob/master/dist/contents.html - Features - https://github.com/froala/design-blocks/blob/master/dist/features.html - Footers - https://github.com/froala/design-blocks/blob/master/dist/footers.html - Forms - https://github.com/froala/design-blocks/blob/master/dist/forms.html - Headers - https://github.com/froala/design-blocks/blob/master/dist/headers.html - Pricings - https://github.com/froala/design-blocks/blob/master/dist/pricings.html - Teams - https://github.com/froala/design-blocks/blob/master/dist/teams.html - Testimonials - https://github.com/froala/design-blocks/blob/master/dist/testimonials.html ## Browser Support At the moment, we aim to support all major web browsers. Any issue in the browsers listed below should be reported as a bug: - Internet Explorer 10+ - Microsoft Edge 14+ - Safari 6+ - Firefox (Current - 1) and Current versions - Chrome (Current - 1) and Current versions - Opera (Current - 1) and Current versions - Safari iOS 7.0+ - Android 6.0+ (Current - 1) and Current means that we support the current stable version of the browser and the version that precedes it. ## Bugs and feature requests Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/froala/design-blocks/issues/new). ## Community Get updates on Froala Design Blocks' development and chat with the project maintainers and community members: - Follow [@froala on Twitter](https://twitter.com/froala) - Read and subscribe to [The Official Froala Blog](https://www.froala.com/blog) - Check the [Official Website](https://www.froala.com/design-blocks) - Join us [on Facebook](https://www.facebook.com/froala/) - [Google+](https://plus.google.com/+Froala/) - [Pinterest](https://pinterest.com/froala/) ## Contributing guidelines All contributions are more than welcomed. Contributions may close an issue, fix a bug (reported or not reported), add new design blocks, improve the existing code, add new feature, and so on. In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. [Read the full Code of Conduct](https://github.com/froala/design-blocks/blob/dev/CODE_OF_CONDUCT.md). The `dev` branch is the default and base branch for the project. It is used for development and all Pull Requests should go there. Please make sure not to commit the `dist` folder in the `dev` branch. #### Development The project needs to be compiled, therefore the files in the `src` folder are those we'll be developing on. Don't make changes in the `dist` or `demo` folders as they will be overwritten when `src` is compiled. 1. Get code ```bash git clone git@github.com:froala/design-blocks.git cd design-blocks ``` 2. Install dependencies and run project ```bash npm install npm run start ``` With the gulp server running, the project is available at the following address [localhost:8001](http://localhost:8001/). The `src` files are automatically compiled when changes have been made. #### Versioning Through the development of new versions, we're going use the Semantic Versioning: https://docs.npmjs.com/getting-started/semantic-versioning. Example: 1.0.0. - Major release: increment the first digit and reset middle and last digits to zero. Introduces major changes that might break backward compatibility. E.g. 2.0.0 - Minor release: increment the middle digit and reset last digit to zero. It would fix bugs and also add new features without breaking backward compatibility. E.g. 1.1.0 - Patch release: increment the third digit. It would fix bugs and keep backward compatibility. E.g. 1.0.1 ## Contributors Special thanks to everyone who contributed to getting the Froala Design Blocks to the current state. πŸ™ - [Creative Tim](https://www.creative-tim.com/) ❀️ - design blocks PSDs, help with typography and SVGs for shapes - [Reaction](https://reaction.ca) - design blocks Sketches: - [m5o](https://github.com/m5o) -Β help with update to Bootstrap 4 - [Pexels](https://www.pexels.com/) - photos - [Undraw](https://undraw.co/) - illustrations - [FeatherIcons](https://feathericons.com/) - icons ## Copyright and license Code and documentation copyright 2018 [Froala Labs](https://www.froala.com/). Code released under the [Froala Open Web Design License](https://github.com/froala/design-blocks/blob/master/LICENSE). Graphics license: - shapes: free to use by [Creative Tim](https://www.creative-tim.com/) - photos: free under the creative license from [Pexels](https://www.pexels.com/photo-license/) - illustrations: free under the creative license from [Undraw](https://undraw.co/license) - icons: free under MIT license [FeatherIcons](https://feathericons.com/)