Issue #464💬 AnsweredOpened October 30, 2017by jiggyt0 reactions

Adding class to style?

快速解答by artf

Use classes key

Read full answer below ↓

Question

Hello, sorry if this was asked before but i searched and couldnt find anything re this.

How would i reference a component (textbox) under content to a default unique class instead of having to type the css attribute one by one?

e.g. (not working) below, input-control is the class.

 id: 'email',
        label: 'email',
        category: 'Extra',
        attributes: {class:'fa fa-map-o'},
        content: {
          type: 'input',
	   style: {class: 'input-control'}
        },

tried every possible permutation e.g. style: {'.input-control'}, putting another attributes tag, or class: {'input-control'} but editor doesn't load when any of this is done. Sorry for the trouble and thanks in advance.

Answers (2)

artfOctober 30, 2017

Use classes key

...
content: {
     type: 'input',
     classes: ['class1', 'class2', ...],
     // Inside style you put inline styles
     style: {'text-align': 'center', ....}
}
...
lock[bot]September 18, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Free option

Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.

Browse free plugins →
Premium option

Premium plugins ship with support, regular updates, and production-ready features — save days of integration work.

Browse premium plugins →

Related tutorials

In-depth guides on the same topic.

All tutorials →

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.