[Version 2] Introducing Raisely directives
Raisely offers a set of Angular directives, small HTML components which can help you extend your theme.
You may have noticed these in your themes already. They look like new HTML tags, like <profiles>
or <donations>
. They’re a powerful way to bring in content into a page.
Each of these Raisely directives brings in an HTML template you're able to edit, along with information from Raisely itself. Each directive has attributes (like regular HTML attributes) that you can use to customise the information they pull in.
You can read about the directives we have in Raisely in the articles below. Remember, you also have access to all of Angular 1's default directives. If you're not sure what they are, this is a pretty good guide.