As of January 3rd, 2023 the ACCESS NYC Pattern library package is deprecated in favor of the NYC Opportunity Standard which contains updated user interface elements and usability guidance.
Text
Source:
src/utilities/text/text
Using the .text-start
or .text-end
will align text content based on the reading direction of the stylesheet language.
Text align start
Text align end
<p class="text-start">Text align start</p> <p class="text-end">Text align end</p>